From ecf44faa2b7ef7ef162f983ab0cbb75dbf6c69d6 Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Sat, 5 Jul 2014 11:47:30 +0200 Subject: [PATCH] Do not ship COPYING into /usr/include This is not wanted in Debian. COPYING ends up in /usr/share/doc/xen-*copyright. Patch-Name: tools-include-no-COPYING.diff Signed-off-by: Ian Jackson --- tools/include/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/include/Makefile b/tools/include/Makefile index f838171e8c..c4256aadfa 100644 --- a/tools/include/Makefile +++ b/tools/include/Makefile @@ -63,7 +63,6 @@ install: all $(INSTALL_DIR) $(DESTDIR)$(includedir)/xen/io $(INSTALL_DIR) $(DESTDIR)$(includedir)/xen/sys $(INSTALL_DIR) $(DESTDIR)$(includedir)/xen/xsm - $(INSTALL_DATA) xen/COPYING $(DESTDIR)$(includedir)/xen $(INSTALL_DATA) xen/*.h $(DESTDIR)$(includedir)/xen $(INSTALL_DATA) xen/arch-x86/*.h $(DESTDIR)$(includedir)/xen/arch-x86 $(INSTALL_DATA) xen/arch-x86/hvm/*.h $(DESTDIR)$(includedir)/xen/arch-x86/hvm -- 2.30.2